fix(deps): update module github.com/a-h/templ to v0.3.819 - autoclosed #145
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.2.731
->v0.3.819
Release Notes
a-h/templ (github.com/a-h/templ)
v0.3.819
Compare Source
This release has a couple of potentially breaking changes:
templ generate --watch
now triggers on changes to*.go
files in addition to*.templ
and other related templ files. This behaviour can be controlled by the new-watch-pattern <regexp>
argument, which defaults to(.+\.go$)|(.+\.templ$)|(.+_templ\.txt$)
. This is useful, because templ can now restart your web server if you make changes to your Go code. This change might break people's workflows, hence the bump tov0.3.xxx
.The biggest change in this release is probably #700 - which means that templ now generates the same code for dev mode and standard mode, using an environment variable to switch between. This should reduce issues where people accidentally commit dev mode code to their repos.
Important!
When you upgrade templ CLI, you will also need to upgrade templ in your project's
go.mod
file by runninggo get -u github.com/a-h/templ
Changelog
b919741
chore(docs): fix docs linkb15d514
chore: bump docusaurus version to 3.6.31b58e02
chore: bump echo version in examples65657de
chore: bump nixpkgs version to use latest Go point releasee54517e
chore: bump version2cc2884
chore: bump version of go tools, go compiler, and goquery (fixes CVE) (#1031)3643c9b
chore: storybook check int conversion bounds to remove lint warning95a0cea
chore: update generated code to return nil instead of generated value (#1025)b4a2274
chore: update ignore rules for text editor search to ignore go.sum and LLM help files by default1d87e1a
feat(docs): add llms.md (#1023)4f2ce16
feat(lsp): add primitive document symbol support (#848)98c4466
feat(storybook): add multiple story support for components (#971)a66a237
feat: generate same dev and prod code, fixes #700 (#1027)3eaa56a
feat: support latest version of Storybook (#1024)e16b2d8
feat: support unquoted HTML attributes, closes #963 (#1028)6afd676
fix(breaking): trigger rebuild on changes to *.go files, fixes #646 (#1026)9c8ad4d
fix: increase hash size for autogenerated IDs to reduce collisions - fixes #9789058914
fix: parser hangs when a bracket isn't closed (#1005) (#1029)c36a9e1
fix: remove repeated error messages (#1011) (#1017)1f94c7b
fix: stop double-processing generation in watch mode, now that the generation is identical3d695f9
refactor: removed all references to github.com/a-h/pathvars (#999)v0.2.793
Compare Source
Changelog
d9eefff
chore: bump versionf5e2469
chore: fix casing of files in test9b77eee
chore: fix link in README.md (#931)30dff50
chore: normalize filenamesfb6a5c2
feat(lsp): add workspace folder initialization (#912)ff29e12
feat: Add-fail
flag tofmt
(#923)88eed0f
feat: promote rawgo from experiment to core feature (#905)3c65b43
feat: templ.Join method renders multiple components into a single component (#929)bb5e41b
fix: example flake syntax error (#959)a4638e3
fix: parser: fix memory leak in goexpression.Func (fixes #916) (#935)v0.2.778
Compare Source
Changelog
ad20522
chore: bump docs depse2511cd
chore: bump versione29dcde
feat: context cancellation aborts rendering (#894)c7c32aa
feat: support running templ generate in a symlinked directory, fixes #858 (#901)dcc8987
fix(lsp): update URI handling for non-templ files for references (#899)c813195
fix: find gopls if not in path, fixes #8953ac3c9d
fix: send SIGTERM signal to --cmd instead of SIGKILL (#687)v0.2.771
Compare Source
Changelog
ce14607
chore: bump Go to 1.22 in flake.nixaea3ae3
chore: bump version [no ci]7279001
chore: fix linter errorsc24c8e4
chore: fix stale testa033408
chore: switch to v0.8.4 of xc due to nix config error in xcf29cc7a
chore: update gofiber example with new rendering (#878)ef4dde6
feat: add JSExpression to support passing arbitrary JS to script templates (#851)a98204d
feat: addtempl info
command (#840)65c2618
feat: add support for lazy generation (#874)889c833
fix: close SSE endpoint when browser page is reloaded4b2219c
fix: duplicate import added when import path contains hyphens (#859) (#890)979cd97
fix: resolve templruntime imported and not used (#841), fixes #834211912f
fix: support comments at end of raw go expressions (#871)15b3483
refactor: add CI checks to xc task list4c14ab0
refactor: allow for in flowing text if for statement not found (#777)ae99146
refactor: improve void element parsing perf, fixes #886 and #857 (#887)v0.2.747
Compare Source
Changelog
9ae32f9
chore: bump version37faae0
fix: off by one error in LSP that prevents autocomplete from functioning in some contextsv0.2.742
Compare Source
Changelog
6c5eeb0
chore: bump docusaurus1c753f6
chore: bump version8b1f399
chore: update deps in examples5fb61a0
chore: update go modules in Nix setup26c1d79
feat: add support for gopls v0.16.xbf98022
feat: update nixpkgs to release-24.0501d3361
fix: LSP CodeAction sometimes results in "error: column is beyond end of line" (#817)24520b8
fix: allow space after a period in go expressions (#811)d3033c5
fix: don't pass ranges to gopls if outside of a known Go code region, fixes #801bc6e65a
fix: only call gopls if the source exists at the location, fixes #801Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.